Sponsored Content
Top Forums UNIX for Advanced & Expert Users Configure a domain in Solaris. Post 302400952 by enkei17 on Thursday 4th of March 2010 03:07:23 PM
Old 03-04-2010
Please any suggestion?? I m still having this problem
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

configure sendmail to append domain

I am running redhat enterprise 4 with sendmail version 8.13. I am trying to configure sendmail to append the domain to localpart. For example If i send an email to “username”. I want sendmail to append the “username” with @bbl.com I tried modifying the following in /etc/mail/sendmail.mc ... (2 Replies)
Discussion started by: hassan1
2 Replies

2. Solaris

how to configure network in solaris 10?

Hi..i have installed solaris 10 on vmware. I m not able connect to internet. pls help in detail. how to solve the problem. During the installation i have put no DHCP. cofigured manually ( Ip 192.168.1.9) default gateway 192.168.1.1 . (3 Replies)
Discussion started by: johnavery
3 Replies

3. Solaris

how to configure IPMP in solaris 9

Hi friends , can anyone provide me the complete steps to configure IPMP in solaris 9 or 10 provided i have two NIC card ? regards jagan (4 Replies)
Discussion started by: jaganblore
4 Replies

4. Solaris

configure ldapclient on solaris 10

Hi there, I am looking for a detailed step-by-step how to configure ldapclient on solaris 10. I used ldapclient manual, and edited nsswitch.conf and pam.conf, but it is not working. thank you (2 Replies)
Discussion started by: trtcom1
2 Replies

5. Shell Programming and Scripting

Domain and work groups in solaris 10

Hello all, In solaris 10 can we create domains and workgroups like Active directory in windows? If that is possible, can some one please advise the procedure.. (1 Reply)
Discussion started by: bhargav90
1 Replies

6. Solaris

Solaris 11 server as Primary Domain Controller

Hi, All of our servers run Solaris (currently 10, but looking to upgrade to 11). In each of our offices we have a server configured as a Primary Domain Controller via Samba to provide naming services to our Windoze users. I would like to continue with that arrangement, but I would also like... (2 Replies)
Discussion started by: wgkorb
2 Replies

7. UNIX for Dummies Questions & Answers

Configure sendmail to Only send mail to one domain

On both Solaris 10 and RHEL, we would like to configure sendmail in such a way that the email sent from the server should only go to a particular domain. For eg. We want our server to ONLY send the mail to <user_name>@abc.com. All other domains should be blocked/restricted. The server should not... (0 Replies)
Discussion started by: sk2code
0 Replies

8. Solaris

Copying/duplicating a weblogic domain in sun Solaris

hi Description: I'm trying to duplicate a weblogic domain via command line. Copying the domain is not the problem. I need to clean up the domain of all directories that contain *.log*, *.out* and *.dat* files. So in a nutshell I need to cherry pick these directories and remove them before I tar... (0 Replies)
Discussion started by: jsabo40
0 Replies

9. Solaris

Canīt install Solaris in guest domain

Hi, i installed Solaris 11 in T2000. I have 2 guest domains, and i want to install Solaris 10 on a guest domain and Solaris 9 on another. I added a vdsdev with the iso file to primary, and then i added a vdisk to guest domain but it doesnt recognize as boot disk. I even tried with lofiadm -a... (6 Replies)
Discussion started by: MuziKizuM
6 Replies
percept(3erl)						     Erlang Module Definition						     percept(3erl)

NAME
percept - Percept - Erlang Concurrency Profiling Tool. DESCRIPTION
Percept - Erlang Concurrency Profiling Tool This module provides the user interface for the application. DATA TYPES
percept_option() = procs | ports | exclusive : EXPORTS
analyze(Filename::string()) -> ok | {error, Reason} Analyze file. profile(Filename::string()) -> {ok, Port} | {already_started, Port} See also: percept_profile . profile(Filename::string(), Options::[percept_option()]) -> {ok, Port} | {already_started, Port} See also: percept_profile . profile(Filename::string(), MFA::mfa(), Options::[percept_option()]) -> ok | {already_started, Port} | {error, not_started} See also: percept_profile . start_webserver() -> {started, Hostname, Port} | {error, Reason} Types Hostname = string() Port = integer() Reason = term() Starts webserver. start_webserver(Port::integer()) -> {started, Hostname, AssignedPort} | {error, Reason} Types Hostname = string() AssignedPort = integer() Reason = term() Starts webserver. If port number is 0, an available port number will be assigned by inets. stop_profile() -> ok | {error, not_started} See also: percept_profile . stop_webserver() -> ok | {error, not_started} Stops webserver. AUTHORS
<> percept 0.8.5 percept(3erl)
All times are GMT -4. The time now is 09:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy