Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tech:ubuntu_asm [13-Oct-2011 10:29am] – created iantech:ubuntu_asm [ 8-Nov-2011 6:12pm] (current) – Added commands to enable/disable root account ian
Line 19: Line 19:
 </code> </code>
 ===== Operation ===== ===== Operation =====
 +For full read/write access to all the Storage Manager options, you must log in with the root account.  Other user accounts will give view only access.  On a standard Ubuntu installation the root account is disabled for security purposes.  Therefore before launching Storage Manager, set a password for root with:
 +<code>sudo passwd root</code>
 +Once you have made the necessary changes to your RAID controller, remember to disable the account again with:
 +<code>sudo passwd -dl root</code>
 To start Storage Manager on a machine with a local [[wp>X_server|X server]]: To start Storage Manager on a machine with a local [[wp>X_server|X server]]:
-<code>./usr/StorMan/StorMan.sh</code>+<code>sudo /usr/StorMan/StorMan.sh</code>
 From a remote desktop to a headless server: From a remote desktop to a headless server:
 <code> <code>
 ssh -X <hostname> ssh -X <hostname>
-./usr/StorMan/StorMan.sh+sudo /usr/StorMan/StorMan.sh
 </code> </code>
 Where ''<hostname>'' is the name of the server upon which you installed ASM. Where ''<hostname>'' is the name of the server upon which you installed ASM.
 +
 ===== See Also ===== ===== See Also =====
   * [[sigma:how_to]]   * [[sigma:how_to]]
   * [[sigma:contact]]   * [[sigma:contact]]