Sponsored Content
Operating Systems HP-UX Software management HP/UX 9.00 Post 302366811 by vbe on Friday 30th of October 2009 11:18:48 AM
Old 10-30-2009
What are you calling software? Part of HPUX? or third party software (e.g. ORACLE)
In this release of OS there is a distinction between S700 and S800 of HP-UX, and they dont have the same tools...
What box are you on? as S700 or S800, and what release of 9.XX,
If it is a series 700, you can do alot with sam
 

4 More Discussions You Might Find Interesting

1. IP Networking

Network Management Software

We are a small legal firm in the UK and looking to upgrade from some open source network management tools we are using. I'm not finding very many commercially supported network management software solutions that run on Linux or UNIX for that matter. Does anyone have any recommendations? ... (2 Replies)
Discussion started by: ctrenton
2 Replies

2. AIX

AIX software management problem

Hi to all please help ...Acutally i m new in AIX. I dont much know about AIX. I m totally confusing with software management chapter. Actually i m not getting difference between. LPP,,BUNDLE,,,PACKAGE,,FIXES,,,APAR,,,,,FILESET..... i read in the book.......as i know about RPM in linux.....but in... (2 Replies)
Discussion started by: life008
2 Replies

3. UNIX and Linux Applications

Password management / centralized password management

Hello all, I need help for build server call as Password management / centralized password management server. My situation and example: I have 600 server in my server room running on Linux then I need 1 server only can create login/password and then user can login to all 600 server no... (2 Replies)
Discussion started by: sheikh76
2 Replies

4. What is on Your Mind?

Individual Risk Management (Personal IT Security) and Browser Cache Management

Original post from this thread on browser caching. To add to this, it is an effective security measure to clear absolutely all cached data (cookies, web content, ....) when closing the browser - i.e. in case of a shutdown. It takes a bit of work to re-login to all the sites but websites will not... (7 Replies)
Discussion started by: bakunin
7 Replies
volmgt_root(3VOLMGT)					Volume Management Library Functions				      volmgt_root(3VOLMGT)

NAME
volmgt_root - return the volume management root directory SYNOPSIS
cc [ flag ... ] file ... -lvolmgt [ library ... ] #include <volmgt.h> const char *volmgt_root(void); DESCRIPTION
This function is obsolete. The management of removable media by the Volume Management feature, including vold, has been replaced by soft- ware that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See hal(5). The return value of this function is undefined. The volmgt_root() function returns the current volume management root directory, which by default is /vol but can be configured to be in a different location. RETURN VALUES
The return from this function is undefined. ERRORS
This function may fail if an open() of /dev/volctl fails. If this occurs a pointer to the default Volume Management root directory is returned. EXAMPLES
Example 1 Finding the Volume Management Root directory. To find out where the volume management root directory is: if ((path = volmgt_root()) != NULL) { (void) printf("Volume Management root dir=%s ", path); } else { (void) printf("can't find Volume Management root dir "); } FILES
/dev default location for the volume management root directory ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
cc(1B), open(2), volmgt_check(3VOLMGT), volmgt_inuse(3VOLMGT), volmgt_running(3VOLMGT), attributes(5), hal(5) NOTES
This function returns the default root directory location even when volume management is not running. SunOS 5.11 8 Mar 2007 volmgt_root(3VOLMGT)
All times are GMT -4. The time now is 12:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy