Hi
need to get asm work with esx 4.0
1. Download the actual asm for esx
2. copy it to your vmware esx
3. install with
rpm -ihv asm_linux_x86_v6_10_18359.rpm
4. configure the esxfirewall:
esxcfg-firewall --ipruleAdd 192.168.x.x/24,0:65535,tcp,ACCEPT,"yourcomment"
Now you can connect with the Adaptec Storage Manager form a Winx Client to configure Mail notify etc….
Have fun!
What port do you connect to the asm on ??
hi
I’m usually using tcp port 34570
netstat -patun prints me
tcp6 0 0 :::34572 :::* LISTEN 3267/java
tcp6 0 0 :::34573 :::* LISTEN 3267/java
tcp6 0 0 :::34570 :::* LISTEN 3267/java
tcp6 0 0 :::34571 :::* LISTEN 3267/java
udp6 0 0 :::34577 :::* 3267/java
udp6 0 0 :::34578 :::* 3267/java
udp6 0 0 :::34579 :::* 3267/java
udp6 0 0 :::34580 :::* 3267/java
udp6 0 0 :::34570 :::* 3267/java
Hope this will help you…
When i try and run the StorMan script i get the following error :
root@ESX4 tmp# /usr/StorMan/StorMan.sh
Exception in thread “main” java.lang.ExceptionInInitializerError
Caused by: java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
at java.awt.Window.<init>(Window.java:317)
at java.awt.Frame.<init>(Frame.java:419)
at java.awt.Frame.<init>(Frame.java:384)
at javax.swing.JFrame.<init>(JFrame.java:150)
at com.ibm.sysmgt.raidmgr.mgtGUI.Launch.<clinit>(Launch.java:214)
And when i try to connect to this port on my machine i just get a blank page ..
the storman is little triky to setup…
but such problems i never had