web-based system manager


 
Thread Tools Search this Thread
Operating Systems AIX web-based system manager
# 1  
Old 09-06-2007
Error web-based system manager

dear aix guru,
i have some question....i would like to set up broadcast message & email to root repeatly when the event had occured untill the error is fixed.... coz i got only one broadcast message & email when i start the condition...
thanks Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Java web console Vs Web-Based Enterprise Management(WBEM)

Java web console Vs Web-Based Enterprise Management(WBEM) 1. I like to understand the difference in purpose of using java web console and Web-Based Enterprise Management (WBEM) 2. As per CIS benchmark, both of them has to be disabled when not used for increased security. Solaris admin(s) -... (0 Replies)
Discussion started by: cyberidude
0 Replies

2. UNIX and Linux Applications

web basefile manager

Can anybody please recommend an open source web based file manager which uses ftps and support LDAP authentication? I have Google search but no luck. I installed an ftps server however I would also like to install an open source web base file manager which users will use to connect to the... (2 Replies)
Discussion started by: hassan1
2 Replies

3. Advertise with Us

Web Application Manager and Developer (India)

The UNIX and Linux Forums are looking for one or two web application developers in India. The position will be virtual and can be performed from anywhere with a high speed Internet connection. The following are the minimal qualifications: Education: University graduate in engineering, computer... (0 Replies)
Discussion started by: Neo
0 Replies

4. AIX

Starting web-based system manager?

How does one initiate this? (1 Reply)
Discussion started by: NycUnxer
1 Replies

5. AIX

Web-based System Manager (WSM)

Hello everyone, Would any of you know what group I need to be a member of to be able to change system settings via WSM? I have tried adding myself to couple of groups (adm, sucurity, system) but so far no good. I am able to see what settings are applied, but cannot change them. Thanks in... (3 Replies)
Discussion started by: juniorG
3 Replies

6. AIX

"Web-based System Manager" error

Hi, I have a problem with the "Web-based System Manager" on AIX 5.3 ML04. When selecting category "File Systems" and the "Overview and Tasks", I get a popup with the following error: : com.ibm.jcb.RemoteSourceException: The remote call failed; nested exception is:... (1 Reply)
Discussion started by: Ebbi
1 Replies
Login or Register to Ask a Question
WALL(1) 							Linux User's Manual							   WALL(1)

NAME
wall -- send a message to everybody's terminal. SYNOPSIS
wall [-n] [ message ] DESCRIPTION
Wall sends a message to everybody logged in with their mesg(1) permission set to yes. The message can be given as an argument to wall, or it can be sent to wall's standard input. When using the standard input from a terminal, the message should be terminated with the EOF key (usually Control-D). The length of the message is limited to 20 lines. For every invocation of wall a notification will be written to syslog, with facility LOG_USER and level LOG_INFO. OPTIONS
-n Suppresses the normal banner printed by wall, changing it to "Remote broadcast message". This option is only available for root if wall is installed set-group-id, and is used by rpc.walld(8). ENVIRONMENT
Wall ignores the TZ variable - the time printed in the banner is based on the system's local time. SEE ALSO
mesg(1), rpc.rwalld(8). AUTHOR
Miquel van Smoorenburg, miquels@cistron.nl 15 April 2003 WALL(1)