Sponsored Content
Full Discussion: set dir in zone fs type
Operating Systems Solaris set dir in zone fs type Post 302306837 by jlliagre on Tuesday 14th of April 2009 01:54:28 AM
Old 04-14-2009
Quote:
Originally Posted by kumarmani
is it some location we are passing to zone which can be share at file system which zone can access without using nfs or some thing like that
Precisely.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to Set Mime type to mailx

I have a problem while sending attachement , it is displying Content into body of mail (Junk Data) instead of attachment (zip format) in Linux, same code is working in Sun Solaris.. I have read query in this site , need to set MIME type to mailx componment. Please help me how to set MIME type..... (1 Reply)
Discussion started by: suneel
1 Replies

2. UNIX for Advanced & Expert Users

how to set passward for solaris zone?

hi , how i can set passward for solaris zone.. thanks (2 Replies)
Discussion started by: tahir23
2 Replies

3. UNIX for Dummies Questions & Answers

unable to set user home dir

I created a new user and changed their home directory to /export/home/mydir/ I verified in the passwd file that the home directory is set to the above and that owner of that directory is the new user and yet when I log in as that user I get the following message: No directory! Logging in with... (14 Replies)
Discussion started by: some_one
14 Replies

4. Shell Programming and Scripting

Set default app for file type on Mac

Hi there, We have 2 apps on our customers machines that can both open files with the same file extension. Is there any way via shell commands to set which application should be the default? Essentially, I'm hoping to replicate Get Info > Open With > Change All using a shell script, but I just... (0 Replies)
Discussion started by: davewg
0 Replies

5. Programming

How to set DNS lookup type for getaddrinfo()?

Hi there, I'm trying to do an MX type lookup using getaddrinfo(), but I can't work out how to change the lookup type to MX from the standard A - can anybody tell me how to do this? Thanks very much John G (3 Replies)
Discussion started by: JohnGraham
3 Replies

6. Shell Programming and Scripting

How to set crontab for different Time Zone

Hi, I want to set cron job for different time zone from my machine. So here is what I did to set it. I am having a file cronfile, which I use to set cron jobs by using Crontab cronfile Now in cronfile I set TZ variable as Set TZ=Asia/Calcutta But now... (3 Replies)
Discussion started by: sarbjit
3 Replies

7. Solaris

Solaris Cmd to determine type of zone?

I lost my notes on the subject, but I remember running across a single Solaris command that tells you the following Global zone vs local zone Sparse local zone vs Whole Root local zone Can anyone advise? Thanks-In-Advance!! (2 Replies)
Discussion started by: ckmehta
2 Replies

8. UNIX for Dummies Questions & Answers

Is there a way to set ' and " as a non quotes type in bash?

Howdy, I got a script that adds a esc char before all chars interpeted by bash shell but I wan't other solution. Is there a way to set ' and " as a non quotes type in bash (some local variable)? Have found that scsh is a non-quoting type shell but after reading Why I don't use scsh as a scripting... (3 Replies)
Discussion started by: johny_be_good
3 Replies

9. Solaris

Zone failes to boot due to mount issue, dir exists in zone.

I have two physical servers, with zones that mount local storage. We were using "raw device" in the zonecfg to point to a metadevice on the global zone (it was not mounted in the global zone at any point). It failed to mount on every boot because the directory existed in the zone. I... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

10. Solaris

Can you set the MAC address in a zone

Hello, On our Solaris 10 servers we have shared NIC interfaces. We have a program that is having issues talking to the all zones because they have the same MAC address. Is there a way with zonecfg or ifconfig to change the MAC on the zones? Other wise we need to rewire the servers and I don't... (4 Replies)
Discussion started by: bitlord
4 Replies
App::AllKnowingDNS::Config(3pm) 			User Contributed Perl Documentation			   App::AllKnowingDNS::Config(3pm)

NAME
App::AllKnowingDNS::Config - configuration object DESCRIPTION
Note: User documentation is in all-knowing-dns(1). This module defines an object which holds the parsed version of the AllKnowingDNS configuration file. FUNCTIONS
zone_for_ptr($zone) Returns the appropriate zone for the given PTR query or undef if there is no appropriate zone. Example: my $query = '7.c.e.2.3.4.e.f.f.f.b.d.9.1.2.0.' . '0.c.c.c.e.0.0.1.8.8.d.4.1.0.0.2.ip6.arpa'; my $zone = $config->zone_for_ptr($query); return 'NXDOMAIN' unless defined($zone); ... zone_for_aaaa($zone) Returns the appropriate zone for the given AAAA query or undef if there is no appropriate zone. Example: my $query = 'ipv6-foo.nutzer.raumzeitlabor.de'; my $zone = $config->zone_for_aaaa($query); return 'NXDOMAIN' unless defined($zone); ... VERSION
Version 1.3 AUTHOR
Michael Stapelberg, "<michael at stapelberg.de>" LICENSE AND COPYRIGHT
Copyright 2012 Michael Stapelberg. This program is free software; you can redistribute it and/or modify it under the terms of the BSD license. perl v5.14.2 2012-03-28 App::AllKnowingDNS::Config(3pm)
All times are GMT -4. The time now is 12:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy