- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: strange System Error errors on the console
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 12:26 PM
09-26-2008 12:26 PM
Message from syslogd@iuxclient1 at Fri Sep 26 16:00:08 2008 ...
iuxclient1 esmd: System Error: The EVM daemon has failed and cannot be restarted
# Sep 26 16:19:08 iuxclient1 esmd: System Error: The EVM daemon has failed and c
annot be restarted
Sep 26 16:19:08 iuxclient1 esmd: System Error: The EVM daemon has failed and can
not be restarted
Message from syslogd@iuxclient1 at Fri Sep 26 16:20:02 2008 ...
iuxclient1 esmd: System Error: The EVM daemon has failed and cannot be restarted
Sep 26 16:20:02 iuxclient1 above message repeats 19 times
Sep 26 16:20:02 iuxclient1 above message repeats 19 times
Message from syslogd@iuxclient1 at Fri Sep 26 16:20:02 2008 ...
iuxclient1 above message repeats 19 times
Sep 26 16:20:09 iuxclient1 esmd: System Error: The EVM daemon has failed and can
not be restarted
Sep 26 16:20:09 iuxclient1 esmd: System Error: The EVM daemon has failed and can
not be restarted
Message from syslogd@iuxclient1 at Fri Sep 26 16:20:09 2008 ...
iuxclient1 esmd: System Error: The EVM daemon has failed and cannot be restarted
While doing a ignite Installation I have used iuxclient1 name for the server in /etc/bootptab file.
How shoud I remove it..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 12:32 PM
09-26-2008 12:32 PM
Re: strange System Error errors on the console
Is this 11.31 ? If so, you might want these patches:
PHCO_36032
PHCO_36038
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 12:42 PM
09-26-2008 12:42 PM
Re: strange System Error errors on the console
how can I increase the size of /tmp
/dev/vg00/lvol4 524288 516960 7328 99% /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 12:51 PM
09-26-2008 12:51 PM
Re: strange System Error errors on the console
If you don't have OnlineJFS you need to do as single user:
lvextend -L
umount /dev/vg00/lvol5
extendfs /dev/vg00/lvol5
mount /dev/vg00/lvol5 /tmp
If you have OnlineJFS:
lvextend -L
fsadm -F vxfs -b
Regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 01:20 PM
09-26-2008 01:20 PM
Re: strange System Error errors on the console
PHCO_38050 PHKL_38054 hpux__11.31_09260816.tar
PHCO_38064 PHKL_38080 hsperfdata_oracle
PHKL_36261 PHKL_38091 hsperfdata_root
PHKL_37460 PHKL_38398 isisd
PHKL_37462 PHKL_38414 ntp
PHKL_37463 README_hp-ux ramd
PHKL_38034 aaa006334 ripngd
PHKL_38035 bgpd secweb_swlist13946
PHKL_38038 create_depot_hpux.11.31 swagent.log
PHKL_38040 envd.action2 ugswlist14267
PHKL_38053 envd.action5
# chmod u+x create_depot_hpux.11.31
# ./create_depot_hpux.11.31
interpreter "/bin/ksh" not found
sh: ./create_depot_hpux.11.31: not found.
# sh ./create_depot_hpux.11.31
awk: Cannot find or open file ./patch_manifest.
The source line number is 1.
Error 7901: No patches specified in patch_manifest file
# pwd
/var/tmp
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 01:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 08:42 PM
09-26-2008 08:42 PM
Re: strange System Error errors on the console
I would assume this was already set?
># ./create_depot_hpux.11.31
interpreter "/bin/ksh" not found
sh: ./create_depot_hpux.11.31: not found.
This indicates something is terribly wrong with your system. Is ./usr/bin mounted? And if so, is /bin a symlink to /usr/bin?
># sh ./create_depot_hpux.11.31
awk: Cannot find or open file ./patch_manifest.
You need this file to tell the script which patches you have. Were you out of space before it could be extracted?
># pwd -> /var/tmp
You may want to create a subdirectory so you can see/remove only the particular files in the patch you downloaded.
>SKR: # sh ./create_depot_hpux.11.31 (wrong syntax)
# sh create_depot_hpux.11.31
Both commands do the same thing. PATH isn't checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 10:07 PM
09-26-2008 10:07 PM
Re: strange System Error errors on the console
HP is providing a README file with every patch.tar so read the README file it will help you a lot how to install how to create depot all this.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2008 05:20 AM
09-27-2008 05:20 AM
Re: strange System Error errors on the console
Did you transfer these patches through a PC? You probably forgot to change the transfer option from ASCII to BINARY. You can verify that this is the problem by typing this command:
head create_depot_hpux.11.31 | cat -v
If you see the special characters ^M at the end of each line (for example: #!/bin/ksh^M), all the files are corrupted and must transferred from your PC using ftp, but this time, type the command: BINARY before using the put or mput command. PCs have a different format for ASCII files and the HP-UX patches must be transferred with no translation.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 03:29 PM
10-02-2008 03:29 PM