Sponsored Content
Operating Systems HP-UX Hpux 11.31 after install vm use a lot of ram Post 302892310 by Linusolaradm1 on Wednesday 12th of March 2014 11:01:26 AM
Old 03-12-2014
Hpux 11.31 after install vm use a lot of ram

After install product BB068AA vpars and integrity vm
hpux use 10gb(!!!) of ram.

Code:
swapinfo -tm
             Mb      Mb      Mb   PCT  START/      Mb
TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME
dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvol2
reserve       -    1140   -1140
memory    12230   10361    1869   85%
total     20422   11501    8921   56%       -       0    -

try to check process eating ram

Code:
UNIX95= ps -e -o comm,vsz,etime,stime,time|awk '{print $1,$2}'|sort -n|more
afinet_strout 192
autofskd 768
automountd 12608
awd 192
awk 10624
bash 9728
bash 9728
cachefskd 384
cimprovagt 223744
cimprovagt 51968
cimprovagt 57920
cimprovagt 57920
cimprovagt 57920
cimprovagt 57984
cimprovagt 58240
cimprovagt 68928
cimprovagt 88192
cimprovagt 88320
cimprovagt 89664
cimprovagt 90112
cimprovagt 91712
cimprovagt 94720
cimserver 15168
cimserverd 14528
cimservermain 92864

seems to be cimprovagt

i try to disable some cim modules but after reboot nothing is changed

80% and more of total ram used

---------- Post updated at 10:01 AM ---------- Previous update was at 05:58 AM ----------

Found solution on hp forum
The hpvm reserve 80% of ram
 

9 More Discussions You Might Find Interesting

1. HP-UX

HPUX -- Network Install

I have a HP box (PA RISC) rp3440. The machine does not have a CD-ROM. I need to re-install the OS. Basically a network install... How did I do a network install? Anybody know of a document for Network Installs for a HPUX 11.23? (1 Reply)
Discussion started by: truejack
1 Replies

2. UNIX for Dummies Questions & Answers

help! I need a lot of help with unix!

Hey people, at first: I'm from Germany, so my english isn't very good, okay?;) I this september I start with my studys and now we use UNIX! I understand nothing. No, that's not right, at the beginnig I understood a little bit. But now we are at the .profile and there I have problem because my... (1 Reply)
Discussion started by: Tsukasu
1 Replies

3. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

4. Shell Programming and Scripting

Need Script to Use CPUs on a HPUX server to simulate Workload Manager on HPUX.

I am running HPUX and using WLM (workload manager). I want to write a script to fork CPUs to basically take CPUs from other servers to show that the communication is working and CPU licensing is working. Basically, I want to build a script that will use up CPU on a server. Any ideas? (2 Replies)
Discussion started by: cpolikowsky
2 Replies

5. HP-UX

How to install xbrowser software on HPUX?

Hi fnds, Can anybody tell me how to install x brower software on HP-UX and after successfull installation how I can launch the x browser. Thanks, Vinodky (0 Replies)
Discussion started by: vinodky
0 Replies

6. HP-UX

pwage-hpux-T for Trusted HPUX servers

I'm sharing this in case anybody needs it. Modified from the original solaris pwage script. This modified hpux script will check /etc/password file on hpux trusted systems search /tcb and grep the required u_succhg field. Calculate days to expiry and notify users via email. original solaris... (2 Replies)
Discussion started by: sparcguy
2 Replies

7. HP-UX

RX2620 11i V3 install halts at load ram disk

Hi there, hope you can help since I'm a novice and playing with this machine to maybe one day use it with our non-profit art project (plantage9.de). I have the proper media for itanium and everything seems okay, loads the DVD etc., until it halts without any progress for hours (see also image... (1 Reply)
Discussion started by: plantage
1 Replies

8. UNIX for Beginners Questions & Answers

How to install new certificate in HPUX client store?

We have a HPUX server that talks to a web service. We recently updated the web service certificate to a new SHA256 cert that has an updated intermediate cert. The HPUX server is now unable to connect because it cannot validate the cert chain due to it not having the new intermediate CA cert. I... (0 Replies)
Discussion started by: techmattr
0 Replies

9. HP-UX

HPUX 11.23 PHKL_31500 cannot install

This has to be a common problem with 11.23. I cannot get PHKL_31500 (sept 04) to install on my hpux system. it wants to have previous patch PHKL_31151 (Aug 04) installed, but all the Patches from ITRC uses the upreved patches and wont install the PHKL_31151. I know I can force the install,... (3 Replies)
Discussion started by: mrmurdock
3 Replies
pegasus_openlmi_account_selinux(8)		      SELinux Policy pegasus_openlmi_account			pegasus_openlmi_account_selinux(8)

NAME
pegasus_openlmi_account_selinux - Security Enhanced Linux Policy for the pegasus_openlmi_account processes DESCRIPTION
Security-Enhanced Linux secures the pegasus_openlmi_account processes via flexible mandatory access control. The pegasus_openlmi_account processes execute with the pegasus_openlmi_account_t SELinux type. You can check if you have these processes running by executing the ps command with the -Z qualifier. For example: ps -eZ | grep pegasus_openlmi_account_t ENTRYPOINTS
The pegasus_openlmi_account_t SELinux type can be entered via the user_home_t, pegasus_openlmi_account_exec_t file types. The default entrypoint paths for the pegasus_openlmi_account_t domain are the following: /home/[^/]*/.+, /usr/libexec/pegasus/cmpiLMI_Account-cimprovagt PROCESS TYPES
SELinux defines process types (domains) for each process running on the system You can see the context of a process using the -Z option to ps Policy governs the access confined processes have to files. SELinux pegasus_openlmi_account policy is very flexible allowing users to set- up their pegasus_openlmi_account processes in as secure a method as possible. The following process types are defined for pegasus_openlmi_account: pegasus_openlmi_account_t Note: semanage permissive -a pegasus_openlmi_account_t can be used to make the process type pegasus_openlmi_account_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated. BOOLEANS
SELinux policy is customizable based on least access required. pegasus_openlmi_account policy is extremely flexible and has several bool- eans that allow you to manipulate the policy and run pegasus_openlmi_account with the tightest access possible. If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlo- gin_nsswitch_use_ldap boolean. Disabled by default. setsebool -P authlogin_nsswitch_use_ldap 1 If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default. setsebool -P daemons_dump_core 1 If you want to enable cluster mode for daemons, you must turn on the daemons_enable_cluster_mode boolean. Enabled by default. setsebool -P daemons_enable_cluster_mode 1 If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default. setsebool -P daemons_use_tcp_wrapper 1 If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default. setsebool -P daemons_use_tty 1 If you want to deny any process from ptracing or debugging any other processes, you must turn on the deny_ptrace boolean. Enabled by default. setsebool -P deny_ptrace 1 If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default. setsebool -P domain_fd_use 1 If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default. setsebool -P domain_kernel_load_modules 1 If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default. setsebool -P fips_mode 1 If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default. setsebool -P global_ssp 1 If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default. setsebool -P kerberos_enabled 1 If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default. setsebool -P nis_enabled 1 If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default. setsebool -P nscd_use_shm 1 If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values. Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default. setsebool -P secure_mode_policyload 1 If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default. setsebool -P use_nfs_home_dirs 1 If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default. setsebool -P use_samba_home_dirs 1 NSSWITCH DOMAIN
If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pega- sus_openlmi_account_t, you must turn on the authlogin_nsswitch_use_ldap boolean. setsebool -P authlogin_nsswitch_use_ldap 1 If you want to allow confined applications to run with kerberos for the pegasus_openlmi_account_t, you must turn on the kerberos_enabled boolean. setsebool -P kerberos_enabled 1 MANAGED FILES
The SELinux process type pegasus_openlmi_account_t can manage files labeled with the following file types. The paths listed are the default paths for these file types. Note the processes UID still need to have DAC permissions. cifs_t cluster_conf_t /etc/cluster(/.*)? cluster_var_lib_t /var/lib/pcsd(/.*)? /var/lib/cluster(/.*)? /var/lib/openais(/.*)? /var/lib/pengine(/.*)? /var/lib/corosync(/.*)? /usr/lib/heartbeat(/.*)? /var/lib/heartbeat(/.*)? /var/lib/pacemaker(/.*)? cluster_var_run_t /var/run/crm(/.*)? /var/run/cman_.* /var/run/rsctmp(/.*)? /var/run/aisexec.* /var/run/heartbeat(/.*)? /var/run/cpglockd.pid /var/run/corosync.pid /var/run/rgmanager.pid /var/run/cluster/rgmanager.sk etc_runtime_t /[^/]+ /etc/mtab.* /etc/blkid(/.*)? /etc/nologin.* /etc/.fstab.hal..+ /halt /poweroff /fastboot /etc/cmtab /forcefsck /.autofsck /.suspended /fsckoptions /.autorelabel /etc/killpower /etc/securetty /etc/nohotplug /etc/ioctl.save /etc/fstab.REVOKE /etc/network/ifstate /etc/sysconfig/hwconf /etc/ptal/ptal-printd-like /etc/sysconfig/iptables.save /etc/xorg.conf.d/00-system-setup-keyboard.conf /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf initrc_var_run_t /var/run/utmp /var/run/random-seed /var/run/runlevel.dir /var/run/setmixer_flag nfs_t passwd_file_t /etc/group[-+]? /etc/passwd[-+]? /etc/passwd.adjunct.* /etc/ptmptmp /etc/.pwd.lock /etc/group.lock /etc/passwd.OLD /etc/passwd.lock pegasus_data_t /var/lib/Pegasus(/.*)? /etc/Pegasus/pegasus_current.conf root_t / /initrd security_t /selinux semanage_read_lock_t /etc/selinux/([^/]*/)?modules/semanage.read.LOCK semanage_store_t /etc/selinux/([^/]*/)?policy(/.*)? /etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)? /etc/share/selinux/mls(/.*)? /etc/share/selinux/targeted(/.*)? semanage_tmp_t semanage_trans_lock_t /etc/selinux/([^/]*/)?modules/semanage.trans.LOCK shadow_t /etc/shadow.* /etc/gshadow.* /etc/nshadow.* /var/db/shadow.* /etc/security/opasswd /etc/security/opasswd.old user_home_type all user home files FILE CONTEXTS
SELinux requires files to have an extended attribute to define the file type. You can see the context of a file using the -Z option to ls Policy governs the access confined processes have to these files. SELinux pegasus_openlmi_account policy is very flexible allowing users to setup their pegasus_openlmi_account processes in as secure a method as possible. STANDARD FILE CONTEXT SELinux defines the file context types for the pegasus_openlmi_account, if you wanted to store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk. semanage fcontext -a -t pegasus_openlmi_account_exec_t '/srv/pegasus_openlmi_account/content(/.*)?' restorecon -R -v /srv/mypegasus_openlmi_account_content Note: SELinux often uses regular expressions to specify labels that match multiple files. The following file types are defined for pegasus_openlmi_account: pegasus_openlmi_account_exec_t - Set files with the pegasus_openlmi_account_exec_t type, if you want to transition an executable to the pegasus_openlmi_account_t domain. Note: File context can be temporarily modified with the chcon command. If you want to permanently change the file context you need to use the semanage fcontext command. This will modify the SELinux labeling database. You will need to use restorecon to apply the labels. COMMANDS
semanage fcontext can also be used to manipulate default file context mappings. semanage permissive can also be used to manipulate whether or not a process type is permissive. semanage module can also be used to enable/disable/install/remove policy modules. semanage boolean can also be used to manipulate the booleans system-config-selinux is a GUI tool available to customize SELinux policy settings. AUTHOR
This manual page was auto-generated using sepolicy manpage . SEE ALSO
selinux(8), pegasus_openlmi_account(8), semanage(8), restorecon(8), chcon(1), sepolicy(8) , setsebool(8) pegasus_openlmi_account 14-06-10 pegasus_openlmi_account_selinux(8)
All times are GMT -4. The time now is 10:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy