Sponsored Content
Full Discussion: HP-UX glance
Operating Systems HP-UX HP-UX glance Post 302159115 by xramm on Thursday 17th of January 2008 04:55:35 AM
Old 01-17-2008
in your local system you can find those

I found below and want to share :

Access the following documents in
Code:
/opt/perf/paperdocs/gp/C/:

- GlancePlus Installation Guide - install.pdf
- GlancePlus Adviser - adviser.pdf
- GlancePlus Concepts - concepts.pdf
- GlancePlus Dictionary of Performance Metrics - mettrics.txt
and metrics.htm
Access the following documents in
Code:
/opt/perf/paperdocs/arm/C/:

- HP OpenView Performance Agent & GlancePlus for UNIX
Tracking Your Transactions - tyt.pdf
- Application Response Measurement (ARM) API Guide -
armapi.pdf
Access the following man pages by typing man <man page>, such
as man glance:
- GlancePlus: xglance, glance
- Linux Measurement Interface: arm, midaemon, perfstat, ttd,
ttd.conf
Access online help in:
- Motif mode xglance (click Help from any Motif mode Glance
window - view the Guided Tour especially)
- character mode glance (press h in any character mode
GlancePlus window)

Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

glance or gpm for sun

HPUX has glance and gpm, does sun have any robust monitoring tools (1 Reply)
Discussion started by: i55461
1 Replies

2. UNIX for Dummies Questions & Answers

how to quit from glance

hi, if i am in glance, how do i exit? thanks (2 Replies)
Discussion started by: yls177
2 Replies

3. UNIX for Dummies Questions & Answers

ctrl-z problem in glance

in hpux, when i in glance, i cant press ctrl-z, what could be wrong? thanks (11 Replies)
Discussion started by: yls177
11 Replies

4. UNIX for Dummies Questions & Answers

glance quick reference

Hello all, I´m newbie using HP-GLANCEPlus. I readed the help screens provided but, I´m wonder if there are a user manual to use glance, or where can I find some usefull tips to use this tool better. Anybody have some information? Regards. (2 Replies)
Discussion started by: mig28mx
2 Replies

5. HP-UX

Glance

Hi ALL - I need look to output data return from glance command but a don't have any access to HP-UX server. Maybe any HP-UX Admin send this data to my email (Removed.) Thanks for help Pawel (2 Replies)
Discussion started by: pawel_ul
2 Replies

6. UNIX for Dummies Questions & Answers

HP-UX 11.23 ia64 and Glance

I've been searching and cannot seem to find anywhere online a link to a manual for Glance. Does anyone have a link to this? I searched in here already and the links I found on a post from 2002 were dead. And more to the point, do you know if you can use Glance to see Disk I/O per logical... (2 Replies)
Discussion started by: LisaS
2 Replies

7. HP-UX

Glance command Usage

Hello We have used Glance command to check Cpu Uage , bit new to Glance command , HP-UXdev # glance B3692A GlancePlus C.03.71.00 18:21:16 nedunix2 9000/800 Current Avg High -------------------------------------------------------------------------------- CPU Util S SN NU | 43% 59%... (1 Reply)
Discussion started by: lukas_pise
1 Replies

8. HP-UX

Glance and trace over the time

Do you know if Glance is capable to trace a process (or processes) per memory use over the time? I want to have snapshots for example morning and midnigth then compare the info after one weak in order to determine if I have a memory leak in some process I am observing. Is it possible with glace... (1 Reply)
Discussion started by: roche
1 Replies

9. UNIX for Dummies Questions & Answers

Help with glance and nohup

I am new to shell scripting. Can someone explain me what this piece of code do.. /usr/bin/nohup /opt/perf/bin/glance -aos filename2.syntax -iterations 1 > filename.log (1 Reply)
Discussion started by: vijay_105
1 Replies
glance_registry_selinux(8)				  SELinux Policy glance_registry				glance_registry_selinux(8)

NAME
glance_registry_selinux - Security Enhanced Linux Policy for the glance_registry processes DESCRIPTION
Security-Enhanced Linux secures the glance_registry processes via flexible mandatory access control. The glance_registry processes execute with the glance_registry_t SELinux type. You can check if you have these processes running by execut- ing the ps command with the -Z qualifier. For example: ps -eZ | grep glance_registry_t ENTRYPOINTS
The glance_registry_t SELinux type can be entered via the glance_registry_exec_t file type. The default entrypoint paths for the glance_registry_t domain are the following: /usr/bin/glance-registry 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 glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible. The following process types are defined for glance_registry: glance_registry_t Note: semanage permissive -a glance_registry_t can be used to make the process type glance_registry_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. glance_registry policy is extremely flexible and has several booleans that allow you to manipulate the policy and run glance_registry with the tightest access possible. 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 use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default. setsebool -P nscd_use_shm 1 PORT TYPES
SELinux defines port types to represent TCP and UDP ports. You can see the types associated with a port by using the following command: semanage port -l Policy governs the access confined processes have to these ports. SELinux glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible. The following port types are defined for glance_registry: glance_registry_port_t Default Defined Ports: tcp 9191 udp 9191 MANAGED FILES
The SELinux process type glance_registry_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. 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 glance_registry_tmp_t glance_registry_tmpfs_t glance_var_lib_t /var/lib/glance(/.*)? glance_var_run_t /var/run/glance(/.*)? root_t / /initrd 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 glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible. STANDARD FILE CONTEXT SELinux defines the file context types for the glance_registry, 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 glance_registry_exec_t '/srv/glance_registry/content(/.*)?' restorecon -R -v /srv/myglance_registry_content Note: SELinux often uses regular expressions to specify labels that match multiple files. The following file types are defined for glance_registry: glance_registry_exec_t - Set files with the glance_registry_exec_t type, if you want to transition an executable to the glance_registry_t domain. glance_registry_initrc_exec_t - Set files with the glance_registry_initrc_exec_t type, if you want to transition an executable to the glance_registry_initrc_t domain. glance_registry_tmp_t - Set files with the glance_registry_tmp_t type, if you want to store glance registry temporary files in the /tmp directories. glance_registry_tmpfs_t - Set files with the glance_registry_tmpfs_t type, if you want to store glance registry files on a tmpfs file system. 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 port can also be used to manipulate the port definitions 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), glance_registry(8), semanage(8), restorecon(8), chcon(1), sepolicy(8) , setsebool(8) glance_registry 14-06-10 glance_registry_selinux(8)
All times are GMT -4. The time now is 04:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy