Unsolved
This post is more than 5 years old
11 Legend
•
20.4K Posts
•
87.4K Points
0
804
April 17th, 2008 11:00
Fabric manager install fails on Linux
Hi folks,
trying to install Fabric Manager 3.2(3a) on Redhat 4 U6 and it keeps failing at the same place every time with this error message: "Cisco Fabric Manager installer 3.2(3a) has encountered a problem and must quit. Cause: null
this is what i see in the log file:
if you look in installation log ..you see exact same error.
I have tried this install on another machine, same place same error. Also tried an older version of Fabric Manager ..same thing. I am logged in locally to the box as root. Java version is the one that was provided on the cd with Fabric Manager. Has anybody seen this ?
Thanks
trying to install Fabric Manager 3.2(3a) on Redhat 4 U6 and it keeps failing at the same place every time with this error message: "Cisco Fabric Manager installer 3.2(3a) has encountered a problem and must quit. Cause: null
this is what i see in the log file:
2008-04-14 19:49:52,952 [ INFO] db/share/man/man7/drop_sequence.7.gz
could not change directory to "/root/MDS/software"
2008-04-14 19:50:54,684 [FATAL] Install encountered a problem.
An installation log can be found at /root/.cisco_mds9000/install.log
2008-04-14 19:50:54,687 [FATAL]
if you look in installation log ..you see exact same error.
I have tried this install on another machine, same place same error. Also tried an older version of Fabric Manager ..same thing. I am logged in locally to the box as root. Java version is the one that was provided on the cd with Fabric Manager. Has anybody seen this ?
Thanks
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 17th, 2008 12:00
would you know what values i need to change, this is what's currently in the file:
Thank you
ElizabethM1
15 Posts
1
April 17th, 2008 12:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 17th, 2008 13:00
sysctl -w kernel.shmmax=134217728
sysctl -w kernel.shmall=2097152
this makes changes to kernel on the fly but will be lost after reboot, to make them permanent add them to /etc/sysctl.conf
kernel.shmmax=134217728
kernel.shmall=2097152
i got these two values from PostgreSQL website.
ElizabethM1
15 Posts
1
April 17th, 2008 15:00
kernel.shmall=7549746
kernel.shmmax=1073741824
# Default kernel.shmmni=4096.
kernel.shmmni=4096
kernel.msgmni=16384
kernel.msgmnb=65536
kernel.msgmax=65536
# Default fs.file-max=392024
fs.file-max=262144
kernel.sem=250 32000 32 2048
vm.swappiness=0
# Default vm.nr_hugepages=0.
vm.nr_hugepages=0
vm.dirty_ratio=10
vm.dirty_background_ratio=5
Some of it might be overkill but it works.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 17th, 2008 16:00