Installing the Worldwide Junos OS Adapter
You can install and use the wwadapter to manage devices running on the worldwide version of Junos OS (ww Junos OS devices). Before you install the wwadapter, you must upload the ww Junos OS device wwadapter image file.
To upload the wwadapter image file:
Before you connect to any device, you must verify that the installation was successful.
To verify that the installation was successful, look at the device console on the Junos Space server.
On the server, change the directories to verify that the wwadapter directory has been created.
cd /home/jmp/wwadapter
To verify that the wwadapter is running, enter the following command on the Junos Space server:
prompt > service wwadapter status wwadapter running
If the wwadapter is not active, you see the following status:
wwadapter stopped
Use the following commands to start or stop the wwadapter:
To start the wwadapter:
service wwadapter start
To stop the wwadapter:
prompt > ps –ef | grep wwadapter promt > kill -9 {wwadapter pid}
To see the wwAdapter logs, change the directories to the wwadapter directory.
cd /home/jmp/wwadapter/var/errorLog/DmiAdapter.log
To view the contents of the error log file, open the log file with any standard text editor.
To view the contents of the log4j configuration file, change the directories to the wwadapter directory.
cd /home/jmp/wwadapter /wwadapterlog4j.lcf