Sponsored Content
Operating Systems AIX Error Remote X-Manager and KVM Post 302806065 by bakunin on Sunday 12th of May 2013 09:38:27 AM
Old 05-12-2013
Quote:
Originally Posted by williamen
I dont know your mens bro?
Moderator's Comments:
Mod Comment Care to explain what that should mean? I don't understand it, Google translate is at a loss and this usually means it is unintelligible at all. If you want to talk to us please do it in a form we can read and follow.


Having said this: one server uses CDE (common desktop environment), the other doesn't. You can switch this by smitty dtlogin.

I hope this helps.

bakunin
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with oracle11i apps concurrent manager request error message

Hi, I'm trying to run a concurrent manager report request via oracle11i applications. I keep getting the following error message: O/S Message: Permission Denied. Chmod commands are not being executed because files can't be accessed as well as the mv command. I have a .install script... (2 Replies)
Discussion started by: TessyD
2 Replies

2. Solaris

RAID manager or veritas volume manager

Can somebody kindly help me to determine which one i should choose to better manipulate OS volume. RAID manager or veritas volume manager? Any critical differences between those two? Thanks in advance. (5 Replies)
Discussion started by: beginningDBA
5 Replies

3. Virtualization and Cloud Computing

About creating VM - KVM

Hi folks, Host - Ubuntu 9.10 64bit Virtualizer - KVM I followed; Virtualization With KVM On Ubuntu 9.10 Virtualization With KVM On Ubuntu 9.10 | HowtoForge - Linux Howtos and Tutorials to install this Virtual Machine. The steps worked without problem. But I have following points... (0 Replies)
Discussion started by: satimis
0 Replies

4. Ubuntu

Can't update or use package manager -- gpg error

W: GPG error: http://archive.canonical.com karmic Release: Unknown error executing gpgv W: GPG error: http://us.archive.ubuntu.com karmic Release: Unknown error executing gpgv W: GPG error: http://us.archive.ubuntu.com karmic-updates Release: Unknown error executing gpgv W: GPG error:... (17 Replies)
Discussion started by: CRGreathouse
17 Replies

5. Red Hat

error on virtual manager

In red hat linux server 6 I start up virtual manager and I get below error prompt. Package reuired for KVM usage The following packages are not installed qemu-kvm These are required to create KVM guests locally. Would you like to install them now . I press yes but the package cannot... (0 Replies)
Discussion started by: chuikingman
0 Replies

6. Solaris

Fatel Error: Manager Unwilling in solaris

hi Everyone .. i enable xwindow.. #usr/dt/bin/dtconfig -e and also i tried /etc/init.d/dtlogin start when i connect to machine it saying Fatel Error: Manager Unwilling (hummingbird Exceed) help me (0 Replies)
Discussion started by: coolboys
0 Replies

7. Linux

application for KVM

Hi Is there an application for KVM which it can save guest's registers and system calls informations? Thanks a lot in advance! Setareh (0 Replies)
Discussion started by: setareh92
0 Replies

8. Red Hat

About KVM ?

Hi every body Umm. I have 4 physical servers and i need to make the 1 machine from 4 server by KVM like Vmware ESX ? Do KVM can consolidate physical servers to 1 machine ? If KVM can do it. can i find manual to do it from where thk.... (3 Replies)
Discussion started by: infjustice
3 Replies

9. Red Hat

KVM - VM Guest

Background : - Need to create addition 40G storage for VM guest. 1. I have created new KVM - VM guest on RHEL 5.8 server hosting server. 2. Hosting server has occupied all size with LV and there is not space to create new LV. 3. I tried to achieve this requirement by creating 40G file size and... (1 Reply)
Discussion started by: Nats
1 Replies
MOD-ACTIVE(8)						      System Manager's Manual						     MOD-ACTIVE(8)

NAME
mod-active - batch processing of ctlinnd newgroup/rmgroup/changegroup SYNOPSIS
mod-active [ ctlinnd_command_file ] DESCRIPTION
mod-active is a perl script that updates the active file based on its input lines of ctlinnd newgroup, rmgroup and changegroup commands. It pauses the server briefly while the existing active file is read and rewritten, which not only keeps innd from updating the active file but also locks against other instances of mod-active. The input to mod-active can come either from one or more files named on the command line, or from the standard input. Typically its input is the output from the docheckgroups or actsync commands. Every line which contains the string "ctlinnd newgroup", "ctlinnd rmgroup" or "ctlinnd changegroup", optionally preceded by whitespace and/or the path to ctlinnd, is noted for the update. Redundant commands, such as a newgroup directive for a group that already exists, are silently ignored. All other lines in the input are also silently ignored. After the new active file has been generated, the existing one is renamed to active.old and the new one is moved into place. The script then displays the differences between the two files. Any groups that were added to the active file are also added to the active.times file with the string "checkgroups-update". BUGS
Though innd is paused while mod-active works, it is not inconceivable that there could be a conflict if something else tries to update the active file during the relatively short time that mod-active is working. The two most realistic ways I can think of for this to happen are either by an administrator concurrently doing a manual ctlinnd command, or by innd receiving a control message, then mod-active pausing the server, then the control message handler script that innd forked running its own ctlinnd command while mod-active is working. I've been using mod-active regularly for several years, though, and never had either problem. HISTORY
Written by David C Lawrence <tale@isc.org>. SEE ALSO
active(5), actsync(8), ctlinnd(8), innd(8). MOD-ACTIVE(8)
All times are GMT -4. The time now is 10:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy