- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- intial file for turn on processes
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
03-25-2007 06:47 PM
03-25-2007 06:47 PM
intial file for turn on processes
Our server is rp5470 and storage system is DS2405.
Q1: What are these two processes /opt/sanmgr/hostagent/../jre/bin/../bin/PA_RISC2.0/native_threa and ./diald for?
Q2: which inital file set these two processes ./diald and /opt/sanmgr/hostagent/../jre/bin/../bin/PA_RISC2.0/native_threa to turn on automatically after system reboot?
Q3: Could I kill these two processes manually? any impact?
Q4: When we replace one of disk in DS2405, ./diald and /opt/sanmgr/hostagent/../jre/bin/../bin/PA_RISC2.0/native_threa processes will be triggered to turn on or not?
thanks a lot your advice.
br.
Albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2007 07:58 PM
03-25-2007 07:58 PM
Re: intial file for turn on processes
1) Looks like a java based SAN manager product.
2) Check your startup softlinks in /sbin/rc3.d
3) I'd think if you are using this box to manage san storage, you would lose this service. However yhou should not lose access to your san, if you have one.
4) No effect.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2007 10:06 PM
03-25-2007 10:06 PM
Re: intial file for turn on processes
Q1: Could you tell me more detail about which initial file set ./diald and /opt/sanmgr/hostagent/../jre/bin/../bin/PA_RISC2.0/native_threa to turn on automatically after system reboot?
I found rc3.d but I can't find which file.
Q2: How could I kill these two process permanently?
thanks a lot your advice
br.
Albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2007 10:26 PM
03-25-2007 10:26 PM
Re: intial file for turn on processes
I think the startup script for diald is something like :
/opt/sanmgr/CommandView/client/sbin/HA_Dial_Start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 02:18 PM
03-26-2007 02:18 PM
Re: intial file for turn on processes
Thanks your answer. I think your answer for how to start dial damon manually. But I want to know that when system reboot, server will check initial file to turn on processes. I want to know which initial file set dial process and I need to check dial process to turn on by default or what....
Please advice.
br.
Albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 01:28 AM
03-28-2007 01:28 AM
Re: intial file for turn on processes
Most of the HP-UX startup scripts get their parameteres and variables from files in the /etc/rc.config.d directory. Check there to see if there is are configuration files for the two daemons. If so, you may be able to disable the start of these daemons there.
If that doesn't apply, you can remove the symlink in the /etc/rcX.d directory that starts the daemons. This will disable theme as well.
Finally, check your /etc/inittab file. These processes may be started there, though I doubt it. Be very careful when editing the /etc/inittab file; bad things can happen if you make a mistake.
Ultimately, you need to understand what these daemons are doing BEFORE you disable them.
Regards,
Mark