During the autodetection of drives and changers, it sometimes happens that the drives are mapped in a wrong order, especially when configuring Fiber-Channel devices. The media changer accesses drives by their physical position, whereas PresSTORE "sees"...
Consult the CLI guide
[http://support.archiware.com/support/download/cli_6.0.2.pdf] (manual)
for more information. This document describes the command line
interface offered at the PresSTORE server port 9000 (or +
1000 on non standard installa...
PresSTORE control port is used to perform low-level application server
maintenance. It is not designed to be operated by end-users without
explicit instructions of the Archiware tech support. It can be
accessed using the "telnet" utility:
telnet localho...
It is sometimes required to perform the configured jobs, e.g. a
backup, with a different schedule than offered by the P5 user
interface. For instance, in case you want to perform a job twice a
day, you cannot instruct P5 via web interface to do so.
But ...
Procedure for Mac, Sun, Linux: 1. Download the file http://www.archiware.com/downloads/indexops.xotcl 2. Open a terminal and go to the PresSTORE home directory, e.g. cd /usr/local/aw 3. Stop the PresSTORE server ./stop-server 4. Repl...
The current version of the P5 CLI manual can be found here:
https://support.archiware.com/support/index.php?/Knowledgebase/Article/View/12/0/access-the-cli
[https://support.archiware.com/support/index.php?/Knowledgebase/Article/View/12/0/access-the-cli]
...
Example of a restore in P5 using the CLI:
macmini:~ admin$ pwd
/Users/admin
macmini:~ admin$ cd /Users/admin/aw/bin
macmini:bin admin$ ./nsdchat -c RestoreSelection create localhost
/Users/admin/Desktop/test
RestoreSelection.0
macmini:bin admi...
To restart the running P5 instance on the Unix-like host, perform the
following command as privileged user:
/usr/local/aw/stop-server
/usr/local/aw/start-server
You can also start the software with some other user by doing:
/usr/local/aw/start-server ...